home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / fbl31.readme < prev    next >
Text File  |  1993-04-18  |  2KB  |  55 lines

  1. Short: Speeds up blitter access.
  2.  
  3.        ========================================================
  4.                          fbl - fASTERblIT 3.1
  5.        ========================================================
  6.                     Copyright (C) 1993 Arthur Hagen
  7.                           All rights reserved
  8.        --------------------------------------------------------
  9.        FreeWare - no payments or charges may be made whatsoever
  10.        --------------------------------------------------------
  11.         (This means that PD vendors and pay-boards should keep
  12.        their hands off this product - no compilation disks with
  13.        this program on may be distributed for charge, either.)
  14.        ========================================================
  15.  
  16.  
  17. This tiny program will speed up blitter processes just like FastBlit,
  18. for any Amiga, but with a few additional bonuses:
  19. With KickStart 39.xx or lower, the WaitBlit routine used by the system
  20. will be replaced by a routine that doesn't slow down the blitter that
  21. much while busy-looping.
  22. With KickStart 37.xxx, the WaitTOF, WritePixel, ClearEOL, ClearScreen,
  23. SetAPen, SetBPen and SetDrMd routines will also be replaced with more
  24. optimised routines.
  25.  
  26. Should work for ALL Amiga's, except for the earliest A1000 model
  27. computers (which lack the ExtraHalfBrite modus and suffers from a bug
  28. in the Agnus chip).
  29. Among things that should be notacibly faster with fbl installed is
  30. menu browsing, WB updating, text scrolling and benchmark programs that
  31. tests the gfx capabilities (like AIBB).  And if you have problems with
  32. "snow" when using the A2091 controller with full SCSI DMA, fbl might
  33. help quite a bit.
  34. To use this program, run it from CLI, or just add it to your startup-
  35. sequence or user-startup.
  36.  
  37. Caveat:  If your system runs on chip-mem and/or slow-mem only, fbl
  38. *can* be dangerous to use, since the blitter then will have full
  39. priority over the CPU, and when showing screens with high resolution
  40. and/or many colors, the CPU can be prevented from memory access for
  41. too long, and interrupts can crash.  If you still want to run fbl, use
  42. the keyword "SLOW", i.e.  "fbl SLOW" (case sensitive).  This will just
  43. install the graphics.library patches, but not turn on the blitter
  44. priority.
  45.  
  46. Changes since last version (3.0):
  47. Fixed incorrect APen/BPen with more than 4 colors (made funny effect
  48. on the wb screen).
  49.  
  50. This little thingy is ofcourse FreeWare, but if you REALLY like it,
  51. you can send me your sister as payment.
  52.  
  53. Enjoy,
  54. *Art
  55.